home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_procmail.idb / usr / freeware / lib / procmail / 1procmailrc.z / 1procmailrc
Encoding:
Text File  |  1998-10-28  |  644 b   |  24 lines

  1. # Please check if all the paths in PATH are reachable, remove the ones that
  2. # are not.
  3.  
  4. PATH=$HOME/bin:/usr/bin:/usr/ucb:/bin:/usr/local/bin:.
  5. MAILDIR=$HOME/Mail    # You'd better make sure it exists
  6. DEFAULT=$MAILDIR/mbox
  7. LOGFILE=$MAILDIR/from
  8. LOCKFILE=$HOME/.lockmail
  9.  
  10. :0                # Anything from thf
  11. * ^From.*thf@somewhere.someplace
  12. todd                # will go to $MAILDIR/todd
  13.  
  14. :0                # Anything from people at uunet
  15. * ^From.*@uunet
  16. uunetbox            # will go to $MAILDIR/uunetbox
  17.  
  18. :0                # Anything from Henry
  19. * ^From.*henry
  20. henries                # will go to $MAILDIR/henries
  21.  
  22. # Anything that has not been delivered by now will go to $DEFAULT
  23. # using LOCKFILE=$DEFAULT$LOCKEXT
  24.